'Declaration
Public Overloads Function Remove( _ ByVal key As IReference _ ) As Boolean
'Usage
Dim instance As IReferenceDictionary(Of T) Dim key As IReference Dim value As Boolean value = instance.Remove(key)
public bool Remove( IReference key )
public: bool Remove( IReference^ key )
Parameters
- key